The Kprobe is architecture specific and inserts a breakpoint instruction at the first byte of the instruction to be probed. Kprobe特定于架构,它在需要检查的指令的第一个字节中插入一个断点指令。
If you want to set a breakpoint at a particular line, the table gives you the memory address to store the breakpoint instruction. 如果希望在某个特定行设置一个断点,那么该表给出了用于存储断点指令的内存地址。
This is silly, because I should still be able to set a breakpoint based on the instruction address. 这是愚蠢的,因为我仍然可以设置的指令地址的一个断点。